home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / About this CD / referencelibrary / adcstyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-10  |  1.9 KB  |  60 lines

  1.  
  2. /* body description */
  3. body {
  4.         margin: 0 10px;
  5.         background-color: #fff;
  6.         color: #000;
  7.         }
  8.  
  9. /* link classes */
  10. A:link            { COLOR: #0000FF; TEXT-DECORATION: none; }
  11. A:link:hover    { COLOR: #FF6600; TEXT-DECORATION: underline }
  12. A:active        { COLOR: #FF6600; TEXT-DECORATION: underline}
  13.  
  14. /* apple site does not explicitly define visited link properties, but we do here */ 
  15. A:visited        { COLOR: #0000AA; TEXT-DECORATION: none }
  16. A:visited:hover    { COLOR: #FF6600; TEXT-DECORATION: underline } 
  17.  
  18.  
  19. /* link pseudo-classes */
  20. A.resources:link            { COLOR: #0000FF; TEXT-DECORATION: none }
  21. A.resources:link:hover        { COLOR: #ff6600; TEXT-DECORATION: underline }
  22. A.resources:visited            { COLOR: #0000FF; TEXT-DECORATION: none }
  23. A.resources:visited:hover    { COLOR: #ff6600; TEXT-DECORATION: underline }
  24. A.resources:active            { COLOR: #ff6600; TEXT-DECORATION: underline }
  25.  
  26.  
  27. /* redefine table cell */
  28. td, TD {
  29.     FONT-SIZE: 10px; FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif
  30. }
  31.  
  32.  
  33. /* form class, removes whitespace browsers use by default with forms */
  34. #form {
  35.     margin-bottom:0;margin-right:0;margin-left:0;margin-top:0;
  36. }
  37.  
  38.  
  39. /* search results box styles */
  40. #results_cell_first { 
  41.     /*border-top: 1px #A2A6A9 solid; border-left: 1px #A2A6A9 solid;*/ 
  42. }
  43. #results_cell_title {
  44.     padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; padding-right: 6px; font-size: 12px; font-weight: bold; vertical-align: top; border-left: 1px #A2A6A9 solid;
  45. }
  46. #results_cell_other {
  47.     padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid;  padding-right: 6px; vertical-align: top;
  48. }
  49. #results_cell_date {
  50.     padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; padding-left: 4px; vertical-align: top;
  51. }
  52. #results_cell_last {
  53.     padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; border-right: 1px #A2A6A9 solid; vertical-align: top;
  54. }
  55. .results_description { 
  56.     font-size: 10px; font-weight: normal;
  57. }
  58.  
  59.  
  60.